@charset "utf-8";

@font-face {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
    font-display: swap;
}

body,
button,
input,
select,
textarea,
table {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
    color: #333333;
}

* {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    overscroll-behavior-y: none;
    text-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: transparent !important;
    word-break: keep-all;
}

header,
nav,
main,
section,
article,
aside,
footer {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    background-color: #ffffff;
}

body {
    font-size: 14px;
    color: #333;
    cursor: default;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
}

body .partner-counseling-container {
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
}

body,
h1,
h2,
h3,
h4,
p,
div,
ul,
ol,
li,
input {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

ul,
ol,
li {
    list-style: none
}

address,
em {
    font-style: normal
}

a {
    text-decoration: none;
    display: block;
    color: #4c4c4c;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

button {
    background: 0;
    border: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
}

button:focus,
textarea:focus {
    outline: 0;
}

img {
    border: 0 none;
    -webkit-user-drag: none;
}

input,
textarea {
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

input:focus {
    outline: 0;
}

.hide-text {
    position: absolute;
    left: -9999px;
    top: -9999px
}

input::-ms-check {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
    display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.loader-default {
    display: none;
    z-index: 9999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8)
}

.loader-default:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc((100vw / 2) - 20px);
    top: calc((100vh / 2) - 20px);
    border-radius: 50%;
    border: 7px solid #2b96ed;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite; /* Safari */
    animation: spin--loader-default 0.8s linear infinite;
}

.loader-aside-contents {
    display: none;
    z-index: 9999;
    position: fixed;
    width: 300px;
    left: 0;
    top: 270px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5)
}

.loader-aside-contents:after {
    content: '';
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    left: calc((300px / 2) - 20px);
    top: calc((270px / 2) - 20px);
    border-radius: 50%;
    border: 7px solid #FF5A2E;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite; /* Safari */
    animation: spin--loader-default 0.8s linear infinite;
}

.loader-ico {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc((100vw / 2) - 20px);
    bottom: 12px;
}

.loader-ico:after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    border: 5px solid #FF5A2E;
    border-bottom-color: transparent;
    -webkit-animation: spin--loader-default 0.8s linear infinite;
    animation: spin--loader-default 0.8s linear infinite;
}

/* Safari */
@-webkit-keyframes spin--loader-default {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin--loader-default {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@media (max-width: 720px) {
    * {
        cursor: default !important;
    }
}

.lazyload,
.lazyloading {
    opacity: 0;
}

.lazyloaded {
    opacity: 1;
    -webkit-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}

#appDownloadFloatingPopup {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 120px;
    height: 40px;
    z-index: 98;
}

#appDownloadFloatingPopupImage {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
}

.is-block-overscroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.is-hide {
    display: none !important;
}

pre {
    font-family: -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif, system-ui;
}

/* TROST Product Language */

.component_text-title-1 {
    font-size: 28px;
    line-height: 36px;
}

.component_text-title-2 {
    font-size: 24px;
    line-height: 32px;
}

.component_text-title-3 {
    font-size: 20px;
    line-height: 28px;
}

.component_text-title-4 {
    font-size: 18px;
    line-height: 26px;
}

.component_text-title-5 {
    font-size: 16px;
    line-height: 24px;
}

.component_text-body-1 {
    font-size: 16px;
    line-height: 24px;
}

.component_text-body-2 {
    font-size: 14px;
    line-height: 22px;
}

.component_text-body-3 {
    font-size: 12px;
    line-height: 20px;
}

.component_text-subtitle-1 {
    font-size: 16px;
    line-height: 20px;
}

.component_text-subtitle-2 {
    font-size: 14px;
    line-height: 22px;
}

.component_text-bold {
    font-weight: bold;
}

.no-padding {
    padding: 0 !important;
}

.is-fix-tab {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #ffffff !important;
    width: 100%;
}

.fixed-tab-fix {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #f6f6f6;
    width: 100%;
    padding: 16px 0;
}

.hide-toast {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    animation: hideToast 500ms;
    -webkit-animation: hideToast 500ms;
}

@-webkit-keyframes hideToast {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

@keyframes hideToast {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        display: none;
    }
}

/*공통모듈 css*/
/*header*/
/*footer*/
/*nonSupport*/

* {
    word-break: keep-all;
}

header {
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%;
}

/*@media(max-width:1023px){*/
/*header {*/
/*height:56px;*/
/*}*/
/*.header-logo {*/
/*width: 120px;*/
/*height: 56px;*/
/*background: url('../img/of_header/logo_o_m_.png') no-repeat center 16px;*/
/*background-size: 72px auto;*/
/*text-indent: -9999px;*/
/*}*/
/*}*/

.header-logo {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
}

.header-logo > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

.header-mobile__nav-btn {
    position: absolute;
    top: 4px;
    right: 16px;
    background-image: url("https://assets.trost.co.kr/images/service/mobile/main/mobile-header.png");
    width: 40px;
    height: 40px;
    background-size: cover;
    background-position: 40px 0;
}

.header-mobile__nav {
    display: none;
    position: fixed;
    right: 0;
    top: 48px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.header-mobile__nav > li {
    height: 44px;
    width: 167px;
    background-color: #ffffff;
}

.header-mobile__nav > li > a {
    font-size: 16px;
    line-height: 44px;
    color: #757575;
    padding-left: 16px;
}

.header-pc-wrap,
.header-mobile-wrap {
    width: 100%;
    border-bottom: 1px solid #E0E0E0;
    background: #FFF;
}

.header-mobile-wrap {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    border-bottom: 1px solid #E0E0E0;
    background: #FFF;
}

.header-pc-wrap {
    z-index: 100;
    min-width: 1024px;
    position: fixed;
    height: 72px;
    line-height: 72px;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);*/
}

.header-mobile-wrap {
    display: none;
}

.header-logo {
    width: 157px;
    height: 72px;
    background: url('https://assets.trost.co.kr/images/service/selfcare/new-brand-look/img/img_navi_logo.png') no-repeat center;
    background-size: 125px auto;
}

/* 모바일인 경우 - 임시 */
@media (max-width: 600px) {
    header {
        height: 48px;
    }

    .header-mobile-wrap {
        display: block;
    }

    .header-pc-wrap {
        display: none;
    }

    /*.header-logo{*/
    /*    width:120px;*/
    /*    height:56px;*/
    /*    background-size: 78px auto;*/
    /*}*/
    .header-logo {
        width: 75px;
        height: 25px;
        background: url(https://assets.trost.co.kr/images/service/selfcare/new-brand-look/img/img_navi_logo.png);
        background-size: cover;
        z-index: 1;
        position: absolute;
        left: 10px;
        top: 10px;
    }
}

@media (min-width: 601px) {
    header {
        height: 72px;
    }
}

.scroll-top-link-menu {
    z-index: 99;
    display: block;
    width: 100%;
    height: 48px;
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0

}

.footer-content-box--mobile {
    display: none;
}

.footer-content-box--pc {
    display: block;
}

.footer {
    background: #333;
}

.footer-wrap {
    max-width: 1024px;
    position: relative;
    margin: auto
}

.footer-pc {
    padding: 24px 32px;
    font-weight: 300
}

.footer-content-box__info-link-wrap > li {
    margin-right: 24px;
}

@media (min-width: 1024px) {
    .footer-content-box__sns-link-wrap {
        position: absolute;
        right: 0;
        top: -10px
    }
}


.footer-content-box__sns-link-wrap > li {
    width: 40px;
    height: 40px;
    margin-right: 12px;
}

.footer-content-box__sns-link-wrap > li:last-child {
    margin-right: 0
}

.footer-sns-link--facebook {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_sns_facebook_pc.png') no-repeat center;
    background-size: auto 40px;
}

.footer-sns-link--insta {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_sns_insta_pc.png') no-repeat center;
    background-size: auto 40px;
}

.footer-sns-link--brunch {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_sns_brunch_pc.png') no-repeat center;
    background-size: auto 40px;
}

.footer-sns-link--kakao {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_sns_kakao_pc.png') no-repeat center;
    background-size: auto 40px;
}

.footer-sns-link--blog {
    background: url(33a1f074531d70b6ad84.png) no-repeat;
    background-size: auto 40px;
    background-position: right center;
}

.footer-content-box__head {
    font-size: 16px;
    font-weight: normal;
}

.footer-content-box__app-link-wrap {
    overflow: hidden;
    margin-top: 8px;
}

.footer-content-box__app-link-wrap > li {
    float: left;
    width: 145px;
    height: 48px;
}

.footer-content-box__app-link-wrap > li:first-child {
    margin-right: 16px
}

.footer-content-box__app-link-wrap > li > button {
    width: 100%;
    height: 100%;
    text-indent: -9999px;
    cursor: pointer;
}

.footer-app-and {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_store_and_pc.png');
    background-size: 145px auto;
}

.footer-app-ios {
    background: url('https://assets.trost.co.kr/images/service/partner/footer_store_ios_pc.png');
    background-size: 145px auto;
}

.footer-content-box__info-list-wrap {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.71;
    opacity: 0.6;
}

@media (min-width: 340px) {
    .footer-content-box__info-list-wrap > li:nth-child(-n+2),
    .footer-content-box__info-list-wrap > li:nth-child(4),
    .footer-content-box__info-list-wrap > li:nth-child(5),
    .footer-content-box__info-list-wrap > li:nth-child(9) {
        float: left
    }
}


.footer-content-box__info-list-wrap > li:nth-child(3) {
    overflow: hidden;
    width: 100%
}

.right-border:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    margin: -3px 6px 0 6px;
    vertical-align: middle;
    background: #e0e0e0;
}

.list-mobile-margin-top {
    width: 100%;
    overflow: hidden;
}

.footer-content-box__info-txt {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.71;
}

.footer-content-box__copyright {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.67;
    opacity: 0.6;
}

/* // 최소 너비 1024px 고정 */


.header-pc {
    width: 100%;
    height: 72px;
    position: relative;
}

.header-pc__gnb {
    padding-left: 181px;
}

.header-pc__gnb > li {
    float: left;
    height: 72px;
    position: relative;
    padding: 0 16px;
    font-size: 16px;
    font-weight: normal;
    color: #757575;
    cursor: pointer;
}

.header-pc__gnb > .gnb-btn--login,
.header-pc__gnb > .gnb-btn--logout,
.header-pc__gnb > .gnb-btn--login-partner {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
}

.header-pc__gnb > .gnb-btn--login {
    right: 168px;
    color: #757575;
    font-weight: bold;
}

.header-pc__gnb > .gnb-btn--logout {
    right: 0;
    color: #757575;
    font-weight: bold;
}

.header-pc__gnb > .gnb-btn--login-partner {
    right: 36px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.header-pc__gnb > li.gnb-btn--login-partner:hover {
    color: #000;
}

.header-pc__gnb > li.gnb-btn--page-refresh {
    position: absolute;
    right: 86px;
    padding: 0 12px;
    font-size: 16px;
    color: #FF5A2E
}

.header-pc__gnb .is-active {
    font-weight: bold;
    color: #333333;
}

.scroll-top-link-menu {
    display: none;
}


.scroll-top-link-menu__content {
    max-width: 1024px;
    margin: auto;
}

.scroll-top-link-menu__content .point-color {
    color: #FEA45A;
    font-weight: 700;
}

.scroll-top-link-menu__content .point-weight {
    font-weight: 700;
}

.footer {
    width: 100%;
    position: relative;
    color: #fff;
}


/*@media (max-width: 1023px) {*/
/*.footer {*/
/*padding: 16px;*/
/*font-size: 12px;*/
/*font-weight: 300*/
/*}*/
/*.footer-content-box--pc {*/
/*display: none;*/
/*overflow: hidden;*/
/*}*/
/*}*/


.footer-content-box__info-link-wrap {
    overflow: hidden;
}

.footer-content-box__info-link-wrap > li {
    float: left;
    margin-right: 14px
}

.footer-content-box__info-link-wrap > li > a {
    color: #fff;
}

.footer-content-box {
    margin-bottom: 16px
}

.footer-content-box__sns-link-wrap {
    overflow: hidden;
}

.footer-content-box__sns-link-wrap > li {
    float: left;
    position: relative;
    text-indent: -9999px;
}

.footer-content-box__sns-link-wrap > li > a {
    width: 100%;
    height: 100%;
}

@media (max-width: 1023px) {
    .footer {
        background: #464646;
    }

    .footer-content-box__sns-link-wrap > li {
        width: 32px;
        height: 32px;
        margin-right: 8px;
        background: url('https://assets.trost.co.kr/images/common/mobile-footer-contact-ico.png') no-repeat;
        background-size: auto 32px;

    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--facebook {
        background-position: 0 0;
    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--insta {
        background-position: -39px 0;
    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--kakao {
        background-position: -78px 0;
    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--brunch {
        background-position: -118px 0;
    }

    .footer-content-box__sns-link-wrap > li.footer-sns-link--blog {
        background-position: right 0;
    }

    .footer-content-box__info-list-wrap {
        margin: 24px 0 16px 0;
        opacity: 1;
    }

    .footer-content-box__info-list-wrap > li {
        margin-bottom: 4px;
        word-break: keep-all;
        font-size: 12px;
    }

    .footer-content-box__info-list-wrap > li:nth-child(-n+2) {
        display: inline-block;
    }

    .footer-content-box__info-list-wrap > li:nth-child(1):after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 10px;
        margin: -3px 6px 0 6px;
        vertical-align: middle;
        background: #fff
    }

    .footer-content-box__info-txt {
        margin-bottom: 16px;
        line-height: 1.6;
        font-size: 12px;
    }

    .list-mobile-margin-top {
        margin-top: 16px
    }

    .footer-content-box__copyright {
        opacity: 1;
    }

    .footer-content-box__info-link-wrap > li {
        font-size: 12px
    }
}


.join-style-popup {
    display: none;
    z-index: 999999999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.join-style-popup.is-show {
    display: block;
}

@media (max-width: 600px) {
    .join-style-popup {
        display: none
    }
}

.login-popup.is-coupon-event .login-popup-content {
    min-height: 696px;
}

.join-style-popup__content {
    z-index: 1;
    min-width: 496px;
    min-height: 700px;
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 32px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px
}

.join-style-popup__bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5)
}

.join-style-popup__bg.is-show {
    display: block;
}

.join-style-popup-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 24px;
    top: 24px;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_close.png') no-repeat center;
    background-size: 24px auto;
    text-indent: -9999px;
}

.join-style-popup__logo {
    width: 200px;
    height: 78px;
    margin: 88px auto 80px auto;
    background: url('https://assets.trost.co.kr/images/service/selfcare/new-brand-look/img/img_navi_logo.png') no-repeat center;
    background-size: 200px auto;
    text-indent: -9999px;
}

.join-style-popup__intro-btn-wrap > button {
    display: block;
    width: 320px;
    height: 56px;
    position: relative;
    margin: 8px auto 0 auto;
    border-radius: 56px;
    font-size: 16px;
    font-weight: 400;
}

.join-style-popup__intro-btn-wrap > button:before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    left: 47px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.join-popup-content .join-style-popup__intro-btn-wrap > button {
    opacity: 0.5;
}

.join-popup-content .join-style-popup__intro-btn-wrap > button.is-active {
    opacity: 1;
}

.join-popup-content,
.join-popup-sns-content {
    min-height: 696px
}

.join-popup-email__input-wrap {
    overflow: hidden;
    margin-bottom: 56px;
}

.join-popup-input-box-last--sns {
    position: relative;
    margin-bottom: 96px
}

/*.login-btn--email a {*/
/*width: 100%;*/
/*height: 100%;*/
/*display: flex;*/
/*justify-content: center;*/
/*align-items: center;*/
/*}*/

.login-btn--kakao {
    background: #ffec34;
    color: #333;
}

.login-btn--kakao:before {
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_kakao.png') no-repeat center;
    background-size: 24px auto;
}

.login-btn--facebook {
    background: #3b5998;
    color: #fff;
}

.login-btn--facebook:before {
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_fb.png') no-repeat center;
    background-size: 24px auto;
}

.login-btn--naver {
    background: #1ec800;
    color: #fff;
}

.login-btn--naver:before {
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_naver.png') no-repeat center;
    background-size: 24px auto;
}

.login-btn--apple {
    background: #fff;
    color: #333;
    border: 1px solid #E0E0E0;
}

.login-btn--apple:before {
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_apple.png') no-repeat center;
    background-size: 24px auto;
}

.join-style-popup__intro-btn-wrap > button.login-btn--email {
    width: auto;
    height: auto;
    margin-top: 32px;
    color: #757575;
    text-decoration: underline;
}

.login-popup-content__info-txt {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    padding: 16px 0 24px 0;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #e0e0e0
}

.unClient-payment-button {
    display: none;
    position: absolute;
    bottom: 24px;
    padding: 16px 100px;
    border: 1px solid #333333;
    margin: 0 77px;
    border-radius: 5px;
    cursor: pointer;
}

.login-popup-content__link-join {
    display: inline-block;
    margin-left: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #FF5A2E;
    cursor: pointer;
}

.join-style-popup__head {
    margin: 8px 0 40px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.21
}

.join-style-popup-input-box__head {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.71;
}

.join-style-popup-input-box__input {
    width: 100%;
    height: 26px;
    margin: 4px auto 8px auto;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    border-bottom: 1px solid #9e9e9e
}

.join-style-popup-input-box__input::-webkit-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input::-moz-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input:-ms-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input::-ms-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input::placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input:-ms-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-box__input::-ms-input-placeholder {
    color: #bdbdbd
}

.join-style-popup-input-wrap--col-2 {
    overflow: hidden;
}

.join-style-popup-input-box__input-inline {
    float: left;
    width: 344px;
    height: 26px;
    margin: 4px auto 8px auto;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
    border-bottom: 1px solid #9e9e9e
}

.join-style-popup-input-box__btn-inline {
    float: right;
    width: 80px;
    height: 32px;
    border: 1px solid #fea45a;
    color: #FF5A2E;
    font-size: 14px;
    border-radius: 32px
}

.join-style-popup-input-box {
    position: relative;
    margin-bottom: 60px
}

.join-style-popup-input-box__bottom-link {
    float: right;
    text-decoration: underline;
    color: #757575;
    cursor: pointer;
}

.join-style-popup__main-btn {
    display: block;
    width: 320px;
    height: 48px;
    margin: 18px auto 0 auto;
    background: #ffcc80;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    border-radius: 5px;
}

.join-style-popup__main-btn.is-active {
    background: #FF5A2E;
}

.join-style-popup__main-btn.is-position-bottom {
    position: absolute;
    left: 50%;
    bottom: 32px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.join-popup-btn--sns-join-finish {
    margin-top: 114px
}

.join-style-popup-input-box__bottom-note {
    overflow: hidden;
}

.join-popup-btn-login {
    position: absolute;
    bottom: 24px;
    left: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #FF5A2E
}

.join-popup-btn-login:before {
    content: '';
    width: 8px;
    height: 13px;
    display: inline-block;
    margin-right: 8px;
    background: url('https://assets.trost.co.kr/images/service/partner/trost_mp_arrow_r.png') no-repeat center;
    background-size: 8px auto;
}

.is-error {
    color: #d0011b
}

.join-style-popup-input-box__bottom--info {
    position: absolute;
    font-size: 14px;
    line-height: 1.43;
    color: #757575
}

.join-style-popup-input-box__bottom--info-list {
    position: relative;
    padding: 0 16px 0 11px;
    font-size: 14px;
    word-break: keep-all;
}

.join-style-popup-input-box__bottom--info-list:before {
    content: '*';
    position: absolute;
    left: 0
}

.login-email-popup-content__info-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FF5A2E
}

.login-email-popup-content__link-join {
    color: #FF5A2E;
    font-size: 16px;
    font-weight: 600
}

.login-email-popup-content__link-join:last-child {
    margin-left: 56px;
}

.join-content__agree-btn {
    display: block;
    position: relative;
    width: 320px;
    padding-left: 39px;
    margin: 0 auto 32px auto;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.login-popup.is-coupon-event .login-popup-content__top-event-txt {
    display: block;
    position: relative;
    width: 320px;
    margin: -47px auto 32px auto;
    text-align: center;
    line-height: 1.5;
    word-break: keep-all;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.login-popup-content__top-event-txt .color--main {
    color: #FF5A2E;
    font-weight: bold;
}

.join-style-popup-input-box__bottom--info-error {
    position: absolute;
    padding: 0 16px 0 11px;
    word-break: keep-all;
    color: #d0011b
}

.join-style-popup-input-box__bottom--info-error:before {
    content: '*';
    position: absolute;
    left: 0
}

/* 기존 */
input[type="checkbox"] {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
    background: url('https://static.test-nudge-eap.io/test/membership/membershipLogo/1743758391202') no-repeat;
    background-position: 0 center;
    background-size: auto 24px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background: url('https://static.test-nudge-eap.io/test/membership/membershipLogo/1743758316913') no-repeat center;
    background-position: 0 center;
    background-size: auto 24px
}

input[type='radio'] {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    background: url('https://static.test-nudge-eap.io/test/membership/membershipLogo/1743758432466') no-repeat center;
    background-position: 0 center;
    background-size: cover;
    cursor: pointer;
}

input[type='radio']:checked {
    background: url('https://static.test-nudge-eap.io/test/membership/membershipLogo/1743758344747') no-repeat center;
    background-position: 0 center;
    background-size: auto 24px;
}

input[type="checkbox"].checkbox-type-square {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_square.png') no-repeat center;
    background-position: 0 center;
    background-size: auto 24px;
}

input[type="checkbox"].checkbox-type-square:checked {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_square.png') no-repeat center;
    background-position: -28px center;
    background-size: auto 24px;
}

input[type="checkbox"]::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_oval.png') no-repeat;
    background-position: 0 center;
    background-size: auto 24px;
    opacity: 0;
}

input[type="checkbox"]:checked::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_oval.png') no-repeat center;
    background-position: -28px center;
    background-size: auto 24px;
}

input[type='radio']::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/main/btn_radio.png') no-repeat center;
    background-position: 0 center;
    background-size: cover;
    opacity: 0;
}

input[type='radio']:checked::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/main/btn_radio.png') no-repeat center;
    background-position: -20px center;
    background-size: cover;
}

input[type="checkbox"].checkbox-type-square::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_square.png') no-repeat center;
    background-position: 0 center;
    background-size: auto 24px;
    opacity: 0;
}

input[type="checkbox"].checkbox-type-square:checked::-ms-check {
    background: url('https://assets.trost.co.kr/images/service/partner/btn_check_square.png') no-repeat center;
    background-position: -28px center;
    background-size: auto 24px;
}

.join-content__agree-btn input[type="checkbox"] {
    position: absolute;
    left: 9px;
}

.fs-underline {
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}

.join-popup-content__bottom-link {
    display: block;
    margin: 32px auto 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    color: #757575;
    text-decoration: underline;
}

.join-style-popup__bottom-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    cursor: pointer
}

.join-popup-finish-content {
    margin-top: -32px;
    text-align: center
}

.join-popup-finish-content__welcome {
    margin-bottom: 32px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6
}

.join-popup-finish-content-welcome__user {
    color: #FF5A2E
}

.join-popup-finish-content__app-info {
    width: 250px;
    margin: auto;
    font-size: 16px;
    line-height: 1.5
}

.join-popup-finish-content-app_ico {
    overflow: hidden;
    margin-top: 16px;
}

.join-popup-finish-content-app_ico > li {
    float: left;
    width: 120px;
    height: 40px;
    text-indent: -9999px;
}

.join-popup-finish-content-app_ico--and {
    margin-right: 10px;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_store_and.png') no-repeat center;
    background-size: 120px auto
}

.join-popup-finish-content-app_ico--ios {
    background: url('https://assets.trost.co.kr/images/service/partner/ic_store_ios.png') no-repeat center;
    background-size: 120px auto
}

.join-popup-email__input-col--left,
.join-popup-email__input-col--right {
    width: 432px;
}

.join-popup-email__input-col--left {
    float: left
}

.join-popup-email__input-col--right {
    float: right;
}

.join-style-popup__content.join-input-email-content {
    width: 992px;
    height: 720px;
}

.join-style-popup-input-box__input-inline.is-focus,
.join-style-popup-input-box__input.is-focus {
    border-bottom: 1px solid #FF5A2E
}

.join-style-popup__top-ico-mail {
    width: 104px;
    height: 104px;
    margin: 104px auto 0 auto;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_img_mail.png') no-repeat center;
    background-size: 104px auto;
    text-indent: -9999px
}

.join-style-popup__top-ico-email-complete {
    width: 104px;
    height: 104px;
    margin: 176px auto 0 auto;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_img_mail_complete.png') no-repeat center;
    background-size: 104px auto;
    text-indent: -9999px
}

.join-email-confirm-info {
    text-align: center;
}

.join-email-confirm-info__t1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6
}

.join-email-confirm-info__t2 {
    margin: 16px auto 30px auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5
}

.join-email-confirm-info__t3 {
    font-size: 20px;
    color: #FF5A2E;
    font-weight: 700
}

.join-email-confirm-complete {
    text-align: center;
}

.join-email-confirm-complete__t1 {
    margin: 8px auto 24px auto;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6
}

.join-email-confirm-complete__t3 {
    font-size: 20px;
    color: #FF5A2E;
    font-weight: 700
}

.join-email-confirm-info__link-resend-email-page {
    display: block;
    margin-top: 96px;
    text-decoration: underline;
    cursor: pointer;
}

.join-email-error__head {
    margin-top: 24px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    line-height: 1.6;
}

.join-email-error__head:after {
    content: '';
    width: 104px;
    height: 104px;
    display: block;
    margin: auto;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_img_mail_error.png') no-repeat center;
    background-size: 104px auto;
}

.join-email-error__guide-txt {
    margin-bottom: 16px
}

.join-email-error__guide-txt > li {
    position: relative;
    width: 386px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    list-style: decimal;
}

.join-email-error__guide-link-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 32px 32px 32px;
    background: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.join-email-error__guide-head {
    display: block;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.5
}

.join-email-error__guide-list {
    margin: 16px auto 16px 62px
}

.join-email-error__guide-list > li {
    overflow: hidden;
    margin-bottom: 4px
}

.join-email-error__guide-list-head,
.join-email-error__guide-list > li li {
    float: left;
    width: 160px;
    line-height: 1.75;
    font-weight: 600
}

.join-email-error__guide-list-head {
    color: #757575
}

.join-email-error__guide-list--small-t {
    display: block;
    font-size: 14px
}

.join-email-error__guide-list-time {
    font-weight: 400
}

.join-email-error__guide-list-link {
    text-decoration: underline;
}

.join-email-error__guide-note {
    font-size: 14px;
    text-align: center;
    color: #757575
}

.join-style-popup-info__t1 {
    margin-top: 8px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600
}

.join-style-popup-info__bottom-list {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 112px;
    padding-top: 16px;
    border-top: 1px solid #e0e0e0
}

.join-style-popup-info__bottom-list > li {
    font-size: 16px;
    line-height: 1.5;
}

.join-style-popup-info__txt-color {
    color: #FF5A2E
}

.popup-msg-youth-counseling {
    display: none;
    z-index: 9999999999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}

.popup-msg-youth-counseling.is-show {
    display: block
}

.popup-msg-youth-counseling__content {
    z-index: 1;
    max-width: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 16px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 10px;
    word-break: keep-all;
    background: #f9f9f9;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.popup-msg-youth-counseling__content a {
    margin: 16px auto;
    text-align: center;
    text-decoration: underline;
    color: #FF5A2E
}

.popup-msg-youth-counseling__btn-close {
    float: right;
    font-size: 16px;
}

/*원래 메인페이지에만 있던, 문의하기 버튼이 공통으로 분리*/
.btn-guide-floating {
    z-index: 1;
    width: 128px;
    height: 48px;
    position: fixed;
    right: 32px;
    bottom: 40px;
    /*background: url('https://assets.trost.co.kr/images/service/partner/btn_guide_floating.png') no-repeat center;*/
    /*background-size: 128px auto;*/
    /*text-indent: -9999px;*/

    /*background: #F57C00;*/
    border-radius: 20px;
    color: #FFF;
    font-size: 16px;
}

.popup-guide-floating {
    z-index: 1;
    display: none;
    width: 264px;
    height: 400px;
    position: fixed;
    right: 24px;
    bottom: 40px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
}

.popup-guide-floating.is-show {
    display: block;
}

.popup-guide-floating__btn-close {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 11px;
    text-indent: -9999px;
}

.popup-guide-floating__btn-close:before,
.popup-guide-floating__btn-close:after {
    content: '';
    width: 20px;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    left: 50%;
    top: 50%;
}

.popup-guide-floating__btn-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
}

.popup-guide-floating__btn-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
}

.popup-guide-floating__head {
    width: 100%;
    height: 48px;
    line-height: 49px;
    text-align: center;
    font-weight: 400;
    color: #FF5A2E;
    border-bottom: 1px solid #FF5A2E
}

.popup-guide-floating__content {
    padding: 24px 16px;
}

.popup-guide-floating__content > ul > li:nth-child(1) strong {
    display: block;
    margin-bottom: 4px;
    line-height: 1.5;
    font-weight: 400;
}

.popup-guide-floating__content > ul > li:nth-child(1) li {
    margin-bottom: 4px;
    line-height: 1.5;
    font-weight: 600;
}

.popup-guide-floating__content > ul > li:nth-child(1) li span {
    display: block;
    font-size: 14px;
    line-height: 1.71;
    font-weight: 400;
    color: #757575
}

.popup-guide-floating__content > ul > li:nth-child(2) {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.71;
    color: #757575
}

.popup-guide-floating__btn-link-kakao,
.popup-guide-floating__btn-link-support {
    display: block;
    width: 232px;
    height: 48px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.popup-guide-floating__btn-link-kakao {
    margin-top: 24px;
    color: #fff;
    background: #FF5A2E;
}

.popup-guide-floating__btn-link-support {
    margin-top: 8px;
    color: #FF5A2E;
    border: 1px solid #FF5A2E
}

.popup-guide-floating__btn-link-partner-guide {
    margin-top: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 1.71;
    text-decoration: underline;
}

.popup-guide-floating__btn-link-partner-guide:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    background: url('https://assets.trost.co.kr/images/service/partner/ic_question.png') no-repeat center;
    background-size: 20px auto;
}

.btn-to-top-arrow {
    z-index: 1;
    width: 48px;
    height: 48px;
    position: fixed;
    right: 32px;
    bottom: 104px;
    background: url('https://assets.trost.co.kr/images/service/partner/btn_top.png') no-repeat center;
    background-size: 48px auto;
    text-indent: -9999px;
}

@media (max-width: 1023px) {
    .btn-to-top-arrow,
    .btn-guide-floating {
        display: none;
    }
}

.header-pc__gnb > .gnb-btn-user-id {
    position: absolute;
    right: 0;
    padding: 0 24px;
    font-size: 14px;
    color: #757575
}

.gnb-btn-user-id__user-name:after {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
    background: url('https://assets.trost.co.kr/images/service/partner/ico-client.png') no-repeat center;
    background-size: 32px auto;
}

.gnb-btn-user-id__user-dropdown.is-show {
    display: block;
}

.gnb-btn-user-id__user-dropdown {
    display: none;
    z-index: -1;
    position: absolute;
    right: 8px;
    width: 160px;
    padding-top: 8px;
    background: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.gnb-btn-user-id__user-dropdown a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

.gnb-btn-user-id__user-dropdown--logout {
    opacity: 0.5;
}

/* nonSupport 브라우저 팝업창*/
.popup {
    display: none;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.popup-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr=#66000000,endColorStr=#66000000)";
    zoom: 1
}

.popup.is-show {
    display: block;
}

.popup-non-support {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
}

.popup-non-support-wrap {
    z-index: 99999;
    width: 540px;
    height: 640px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 28px 32px 24px 32px;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    word-break: keep-all;
    border-radius: 16px;
    -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.3);
    background: #fff;
}

.popup-pic-guide__btn {
    display: block;
    width: 248px;
    height: 48px;
    margin: auto;
    font-size: 16px;
    line-height: 1.13;
    color: #fff;
    border-radius: 5px;
    background: #000000;
}

.popup-non-support__head {
    display: block;
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: bold;
    word-break: keep-all;
}

.popup-non-support__contents {
    margin: 24px auto;
    padding: 24px;
    background: #f2f2f2;
    border-radius: 8px;
    border: 1px solid #ddd
}

.popup-non-support__contents-item {
    overflow: hidden;
    width: 280px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.popup-non-support__contents-item > li {
    float: left;
}

.item-chrome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    width: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
}

.item-chrome__image {
    width: 50px;
    height: 50px;
    margin-right: 16px;
}

.item-chrome__image > img {
    width: 50px;
    height: 50px;
}

.item-chrome__text {
    text-align: left;
}

.popup-non-support__contents-item > li a {
    text-decoration: underline;
    color: #000000;
}

.popup-non-support__contents-item-subname {
    display: block;
    font-size: 12px;
    color: #000000;
}

.popup-non-support__notice {
    margin-bottom: 36px;
}

.popup-non-support__notice-sub-txt {
    display: block;
    margin-top: 4px;
    color: #757575
}

.popup-non-support__notice-guide-list {
    margin-top: 16px;
}

.popup-non-support__notice-guide-list > li {
    display: inline-block;
    text-decoration: underline;
}

.popup-non-support__notice-guide-list > li:first-child {
    margin-right: 16px;
}

.join-style-popup__radio-wrap--find-pw {
    margin-bottom: 26px;
}

.join-style-popup__radio-wrap--find-pw > label:first-child {
    margin-right: 16px;
}

.join-style-popup__radio-wrap--find-pw > label {
    cursor: pointer;
}

.join-popup-password-input--name {
    margin-bottom: 36px
}

.join-popup-password-input--email {
    margin-bottom: 96px;
}

/*@media (max-width: 600px) {*/
/*    .body-container {*/
/*        padding-top: 56px*/
/*    }*/
/*}*/

.popup-partner-join-guide {
    z-index: 1;
    max-width: 600px;
    padding: 36px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
    -webkit-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
            user-select: text
}

.popup-partner-join-guide__head {
    display: block;
    margin-bottom: 30px;
    font-size: 28px;
    text-align: center;
    color: #FF5A2E
}

.popup-partner-join-guide__contents {
    line-height: 1.6;
    word-break: keep-all;
}

.popup-partner-join-guide__btn {
    display: block;
    width: 320px;
    height: 48px;
    margin: 22px auto 0;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    border-radius: 5px;
    background: #FF5A2E
}

.popup-partner-join-guide__emil-link {
    display: block;
    color: blue
}


/* 공통 팝업 - 트로스트 앱 설치 */

.popup-appInstall-wrap {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 496px;
    height: 530px;
    padding: 32px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 10px;
    background: #fff;
}

.popup-appInstall__head {
    margin-top: 28px;
    font-size: 24px;
    text-align: center;
    color: #FF5A2E;
}

.popup-appInstall__head:after {
    content: '';
    display: block;
    width: 56px;
    height: 56px;
    margin: 30px auto;
    background: url('https://assets.trost.co.kr/images/service/partner/img_download.png') no-repeat center;
    background-size: 56px auto;
}

.popup-appInstall-contents__guide > li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.5;
}

.popup-appInstall-contents__guide > li:before {
    content: '•';
    position: absolute;
    left: 0;
}

.popup-appInstall-input-box {
    overflow: hidden;
    margin-top: 30px;
}

.popup-appInstall-input-box__head {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 2;
    font-weight: bold;
}

.popup-appInstall-input-box__input {
    float: left;
    width: 360px;
    height: 40px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1.71;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
}

.popup-appInstall-input-box__btn {
    float: right;
    width: 62px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    background: #FF5A2E;
    border-radius: 5px;
}

.popup-appInstall-input-box__Msg {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.71;
    color: #FF5A2E;
}

.popup-appInstall-agree-box {
    position: absolute;
    bottom: 32px;
    padding-left: 34px;
    font-size: 12px;
    line-height: 1.67;
    color: #757575;
}

.popup-appInstall-agree-box label {
    cursor: pointer;
}

.popup-appInstall-agree-box__checkbox {
    position: absolute;
    left: 0;
}

.btn-popup-close--appInstall {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 32px;
    top: 32px;
    background: url('https://assets.trost.co.kr/images/service/partner/popup_btn_close.png');
    background-size: 24px auto;
    text-indent: -9999px;
}

.header-mobile__title {
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.lower-list {
    display: none;
    width: 170px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    margin-top: -3px;
    margin-left: -15px;
    position: absolute
}

.header-list__counseling-list {
    left: -4px;
}

.header-list__test-list {
    left: 4px;
}

.header-list__medicine-list {
    left: 13px;
}

.lower-list > ul > li {
    text-align: center;
}

.lower-mobile-list__is-click,
.lower-list__is-hover {
    display: block !important;
}

.header-mobile__nav-list {
    width: 0;
    height: calc(100% - 48px);
    position: fixed;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999999;
}

.is-open__nav-list {
    width: calc(100% - 98px);
    border-left: 1px solid #e0e0e0;
}

.is-open__nav-list-dim {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile-lower-list {
    display: none;
    width: 100%;
    background-color: #ffffff;
}

.mobile-lower-list > ul > li {
    font-size: 14px;
    color: #757575;
}

.mobile-nav__user-data {
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    text-align: center;
    color: #FF5A2E;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
}

.mobile-nav__list {
    height: calc(100% - 96px);
    overflow: auto;
}

.mobile-nav__list > ul > li > div:nth-child(1) {
    height: 48px;
    line-height: 48px;
    font-weight: bold;
}

.mobile-nav__list > ul > li > div {
    border-bottom: 1px solid #E0E0E0;
    position: relative;
}

.js-mobile-nav {
    height: 44px;
    line-height: 44px;
    padding-left: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__sign {
    position: absolute;
    height: 44px;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #e0e0e0;
}

.sign-up__btn {
    border-right: 1px solid #e0e0e0;
    color: #757575;
    font-weight: bold;
}

.sign-in__btn {
    color: #FF5A2E;
    font-weight: bold;
}

.sign-up__btn,
.sign-in__btn {
    width: 50%;
    height: 44px;
    display: inline-block;
    text-align: center;
    line-height: 44px;
}

.sign-out__btn {
    height: 44px;
    line-height: 44px;
    text-align: center;
    color: #757575;
    font-weight: bold;
}

.mobile-nav__btn-icon {
    width: 24px;
    height: 24px;
    margin: 12px 16px;
    right: 0;
    position: absolute;
    display: none;
}

.is-open__nav-list img {
    display: inline-block;
}

.is-disabled-scroll {
    overflow: hidden !important;
}

.popup-non-support__mini-text {
    font-size: 12px;
    padding-top: 8px;
}

.is-hide {
    display: none !important;
}

.is-show-popup {
    display: block !important;
}

/*.contents-btn,*/
/*.business-btn {*/
/*    margin-top: 48px;*/
/*}*/

/*.mobile-nav__contents-title,*/
/*.mobile-nav__business-title {*/
/*    border-top: 1px solid #e0e0e0;*/
/*}*/

@media all and (max-width: 720px) {
    html {
        overflow: auto;
    }

    .footer-pc {
        padding: 16px;
        font-weight: normal;
    }

    .footer-content-box--mobile {
        display: block;
    }

    .footer-content-box--pc {
        display: none;
    }

    div.service-footer-bar {
        display: none;
    }
}

.header-partners {
    position: static;
    top: auto;
    width: auto;
    z-index: auto;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    border-bottom: 1px solid #e5e7eb;
    background-color: #fff;
}

.header-eap-log-image {
    width: 200px;
    height: 42px;
    margin-right: 16px;
    padding-left: 16px;
}

.header-partners-title {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    padding-right: 16px;
    color: #000
}

.header-partners-nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 48px;
    font-size: 16px;
}

.header-features,.header-logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}

.header-features{
    > a {
        color: #000;
        font-weight: 500;
    }
}

.logout-btn {
    color: #2b96ed;
    font-weight: 500;
}

.partners-auth {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}


.partners-footer {
    background-color: #f3f4f6;
    padding: 1.25rem;
  }

  .partners-footer-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .partners-footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 1200px;
    height: 84px;
    font-size: 1rem;
    font-weight: 500;
    color: #374151;
  }

  .partners-footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .partners-footer-links p {
    margin: 0;
  }

  .partners-footer-links .bold {
    font-weight: bold;
  }

  .divider {
    display: none;
    color: #d1d5db;
    margin: 0 10px;
  }

  @media (min-width: 768px) {
    .partners-footer-links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
    }

    .divider {
      display: inline-block;
    }
  }

  .line {
    width: 100%;
    border: none;
    border-top: 1px solid #e5e7eb;
  }

  .partners-footer-bottom {
    width: 100%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
  }

  .partners-footer-info,
  .partners-footer-contact {
    font-size: 0.875rem;
    color: #374151;
    font-weight: 500;
    margin-bottom: 8px;
  }

  .partners-footer-copy {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
    margin: 1px 0 19px 0;
  }

  .partners-footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 3rem;
  }

  .partners-footer-logo p {
    font-size: 0.875rem;
    font-weight: 500;
    margin-left: 12px;
  }

  .partners-footer-cert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
  }

  .partners-footer-cert img {
    margin-bottom: 12px;
  }




/*# sourceMappingURL=sourcemaps/3832.css.map*/